You are viewing the RapidMiner Studio documentation for version 10.2 - Check here for latest version
Get Decision Tree Path
(Operator Toolbox)
Synopsis
This operator works very similar to the Apply Model operator for a Decision Tree. Instead of returning prediction and confidences the path to the leaf is returned.Input
mod (Decision Tree)
The input model.
exa (Data Table)
The ExampleSet you want to get the paths for.
Output
exa (Data Table)
The ExampleSet with a new attribute "Path" with the Decision Tree path.
mod (Decision Tree)
The passed through input model.
Tutorial Processes
Train Decision Tree on Gaussian Data
Learn a Decision Tree on random normal distributed data and generate prediction and corresponding paths.